repeat

pure function repeat(n: integer): byte_array

Repeats the byte_array 'n' times.

Since

0.11.0

Parameters

n

The number of times to repeat the byte_array.